-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[ADD] estate: Added Real Estate Module #931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
stan-odoo
wants to merge
13
commits into
odoo:18.0
Choose a base branch
from
odoo-dev:18.0-training-stan
base: 18.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bit-odoo
reviewed
Aug 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello,
Can you please adapt your commit message and title according to guidelines.
b8ebe8c
to
0641c75
Compare
bit-odoo
reviewed
Aug 28, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello,
You also have to update your PR title and PR description.
29f1729
to
152e84f
Compare
Created Module in Tutorial Repo Added Manifest File for Module Added Models Folder Added Views Folder Added Security Added different views like list and form
Updated manifest file Added security folder Added CSV for access right for security
Added root menu view Added sub menu view Changed model configuration Added new attributes in fields like copy, readonly, and default Added new field state
Added List View Added Search View Added Filter View Added Group By view Styled the Form View
Added property type action Added property tag action Improvements suggested by bhaumiksir(bit) Code formatting Added Comments Changed manifest file
77fe8f2
to
1f41720
Compare
Added buttons for offer status Added buttons for Property status Added action for those buttons Demonstrated computed fields and onchanges fields Raised UserError exceptions for particular conditions
1f41720
to
12a0164
Compare
Added required SQL constraints in models Added the mentioned sorting orders in models Added statusbar widget in the estate property view Added handle widget in the estate property type view
Added statusbar widget Added list orders Demonstrated attributes and options in the views below - Form - List - Search Add offers stat buttons
da82035
to
e40fa7a
Compare
Demonstrated inheritance in python, model, and view Inherited res_users model Added inherited view_users_form
e40fa7a
to
61772d1
Compare
…nk module Added estate_property_module Added dependency of estate and account module in estate_property module Overridden the sold action of the estate module and added it to estate_property Fixed one issue by using the round method for rounding off a number to 2 digits
Added kanban view of estate property Added default group by filter in Kanban view
e27164f
to
521943b
Compare
Added Python docstrings Removed Code smells Changed one file name as per coding guidelines
7b0edb3
to
ada5e5a
Compare
Added four components - Card - Counter - TodoItem - TodoList Added the respective files, which are required for the components like XML and JS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created module in tutorial repo.
Added manifest file for module
Added models folder
Added views folder
Added security
Added different views like list and form
Demonstrated One2many, Many2many and Many2one.